CreateChannelUserListComponent

open class CreateChannelUserListComponent : SelectUserListComponent<T>

This class creates and performs a view corresponding the user list area when creating a channel in Sendbird UIKit. since 3.0.0

Functions

Link copied to clipboard
open fun <T : CreateChannelUserListAdapter?> setAdapter(@NonNull adapter: T)
Sets the user list adapter when creating a channel to provide child views on demand.

Properties

Link copied to clipboard
protected open val adapter: CreateChannelUserListAdapter